home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00002_Script_2 < prev    next >
Text File  |  1999-02-25  |  407b  |  18 lines

  1. on exitFrame
  2.   
  3.   set the visibility of sprite 30 = FALSE
  4.   
  5.   set the visibility of sprite 56 = TRUE
  6.   set the visibility of sprite 57 = TRUE
  7.   set the visibility of sprite 58 = TRUE
  8.   set the visibility of sprite 59 = TRUE
  9.   set the visibility of sprite 60 = TRUE
  10.   set the visibility of sprite 61 = TRUE
  11.   
  12.   if the lastRoll < 450 then
  13.     go to the frame
  14.   else
  15.     quit
  16.   end if
  17.   
  18. end